home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / clamav-devel.exe / etc / freshclam.conf < prev   
Encoding:
Text File  |  2005-06-01  |  3.1 KB  |  107 lines

  1. ##
  2. ## Example config file for freshclam
  3. ## Please read the freshclam.conf(5) manual before editing this file.
  4. ## This file may be optionally merged with clamd.conf.
  5. ##
  6.  
  7.  
  8. # Comment or remove the line below.
  9. #Example
  10.  
  11. # Path to the database directory.
  12. # WARNING: It must match clamd.conf's directive!
  13. # Default: hardcoded (depends on installation options)
  14. #DatabaseDirectory /var/lib/clamav
  15. DatabaseDirectory /cygdrive/c/clamav-devel/share/clamav
  16.  
  17. # Path to the log file (make sure it has proper permissions)
  18. # Default: disabled
  19. #UpdateLogFile /var/log/freshclam.log
  20. UpdateLogFile /cygdrive/c/clamav-devel/log/freshclam.log
  21.  
  22. # Enable verbose logging.
  23. # Default: no
  24. #LogVerbose yes
  25.  
  26. # Use system logger (can work together with UpdateLogFile).
  27. # Default: no
  28. #LogSyslog yes
  29.  
  30. # Specify the type of syslog messages - please refer to 'man syslog'
  31. # for facility names.
  32. # Default: LOG_LOCAL6
  33. #LogFacility LOG_MAIL
  34.  
  35. # This option allows you to save the process identifier of the daemyes
  36. # Default: disabled
  37. #PidFile /var/run/freshclam.pid
  38. PidFile /cygdrive/c/clamav-devel/freshclam.pid
  39.  
  40. # By default when started freshclam drops privileges and switches to the
  41. # "clamav" user. This directive allows you to change the database owner.
  42. # Default: clamav (may depend on installation options)
  43. #DatabaseOwner clamav
  44.  
  45. # Initialize supplementary group access (freshclam must be started by root).
  46. # Default: no
  47. AllowSupplementaryGroups yes
  48.  
  49. # Use DNS to verify virus database version. Freshclam uses DNS TXT records
  50. # to verify database and software versions. With this directive you can change
  51. # the database verification domain.
  52. # WARNING: Do not touch it unless you're configuring freshclam to use your
  53. # own database verification domain.
  54. # Default: current.cvd.clamav.net
  55. DNSDatabaseInfo current.cvd.clamav.net
  56.  
  57. # Uncomment the following line and replace XY with your country
  58. # code. See http://www.iana.org/cctld/cctld-whois.htm for the full list.
  59. #DatabaseMirror db.XY.clamav.net
  60.  
  61. # database.clamav.net is a round-robin record which points to our most 
  62. # reliable mirrors. It's used as a fall back in case db.XY.clamav.net is 
  63. # not working. DO NOT TOUCH the following line unless you know what you
  64. # are doing.
  65. DatabaseMirror database.clamav.net
  66.  
  67. # How many attempts to make before giving up.
  68. # Default: 3 (per mirror)
  69. MaxAttempts 3
  70.  
  71. # Number of database checks per day.
  72. # Default: 12 (every two hours)
  73. Checks 24
  74.  
  75. # Proxy settings
  76. # Default: disabled
  77. #HTTPProxyServer myproxy.com
  78. #HTTPProxyPort 1234
  79. #HTTPProxyUsername myusername
  80. #HTTPProxyPassword mypass
  81.  
  82. # Use aaa.bbb.ccc.ddd as client address for downloading databases. Useful for
  83. # multi-homed systems.
  84. # Default: Use OS'es default outgoing IP address.
  85. #LocalIPAddress aaa.bbb.ccc.ddd
  86.  
  87. # Send the RELOAD command to clamd.
  88. # Default: no
  89. #NotifyClamd /path/to/clamd.conf
  90. NotifyClamd /cygdrive/c/clamav-devel/etc/clamd.conf
  91.  
  92. # Run command after successful database update.
  93. # Default: disabled
  94. #OnUpdateExecute command
  95.  
  96. # Run command when database update process fails.
  97. # Default: disabled
  98. #OnErrorExecute command
  99.  
  100. # Don't fork into background.
  101. # Default: no
  102. #Foreground yes
  103.  
  104. # Enable debug messages in libclamav.
  105. # Default: no
  106. #Debug yes
  107.